home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / netmail / cpt152.zip / CPT.DOC < prev    next >
Text File  |  1996-05-16  |  3KB  |  95 lines

  1.  
  2.  
  3.  
  4.                                  CPT v1.52
  5.                DOS utility: Conference Participation Tracker
  6.                     Freeware, copyright (c) May 16, 1996
  7.                                      by
  8.                            David Daniel Anderson
  9.                                  Reign Ware
  10.  
  11.  
  12.  
  13. Overview
  14. ~~~~~~~~
  15. CPT compiles a database of information about conference participants, based
  16. on the information contained in the MESSAGES.DAT files in QWK packets.
  17.  
  18. The following information is maintained for *each* participant tracked:
  19. (see database sample in CNF100.MEM):
  20.  
  21.    1) The name of the participant
  22.    2) The number of public messages sent (private messages are ignored)
  23.    3) The date of the first message posted ("oldest")
  24.    4) The date of the most recent message posted ("newest")
  25.    5) The two most recent BBS's used for posting to the conference
  26.    6) A single line of user-editable text ("Notes")
  27.       ("!New!" is automatically put here when a participant is added)
  28.  
  29.  
  30. Command line
  31. ~~~~~~~~~~~~
  32. Usage: CPT <QWKfile(s)> <CPT file>
  33.  
  34. Note:  <CPT file>  is any DOS filename, with an embedded conference number,
  35.                    and with or without a file extension.
  36.  
  37. Warning:           Do NOT use a file created by a program other than CPT!
  38.  
  39. Examples:
  40.  
  41.     CPT \qwks\panasia.qwk 123
  42.     CPT channel1.qw* cnf_456.mem
  43.     CPT c:\qwk\lun*.qwk c:\conf\mem_78.dat
  44.     CPT *.qwk 90
  45.  
  46.  
  47. Configuration file
  48. ~~~~~~~~~~~~~~~~~~
  49. Included with CPT is a configuration file, named CPT.CFG.  CPT.CFG MUST be
  50. placed in the same directory as CPT.exe, if you desire to use it.  If you
  51. use the protected mode version of CPT (CPT-p), then CPT-p.CFG is the .CFG
  52. file that will be used.  Note: CPT-p is only available directly from me.
  53.  
  54. CPT.CFG contains a few user-modifiable options, which are explained in the
  55. file itself.  You may use any text editor to modify CPT.CFG, including
  56. EDIT.COM, which has been included with newer versions of MS-DOS.
  57.  
  58.  
  59. Other documentation you should read
  60. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  61. Read REIGNWAR.TXT for legal terms and contact information.
  62.  
  63. Read CPT.lst for a list of files included in this package.
  64.  
  65. Read History.CPT for information on fixes and new features.
  66.  
  67. Read CPT-t.doc for instructions on how to make CPT scan the "TO" field
  68.      instead of the "FROM" field.
  69.  
  70. Read the other .DOC files for instructions regarding those programs.
  71.  
  72. Read either .CFG file for information on how to configure CPT to use your
  73.      preferred unarchiver, and a few other options.
  74.  
  75. Read RW_PROGS.LST for a list of my other programs.
  76.  
  77.  
  78. Other notes
  79. ~~~~~~~~~~~
  80. Memory requirements:
  81.  
  82.   CPT v1.30 and above use a different memory management technique than prior
  83.   versions, which should allow it to handle 2000 or more participants, and
  84.   still execute memory hungry unarchivers such as UC2 and RAR - even under
  85.   low memory conditions.
  86.  
  87.   While running, CPT periodically reports available RAM.  If you do run out
  88.   of memory, try the protected mode (DPMI) version, in CPT-P152.zip.
  89.  
  90.   Note: CPT-P152.zip is only available by contacting me directly.
  91.   See Reignwar.txt for ways to contact me.
  92.  
  93. Speed:  On my 486DX2-66, CPT can process over 100 messages per second.
  94.  
  95.